home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-25 | 516 b | 24 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: ODFLibrary.hpp
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef ODFLIBRARY_HPP
- #define ODFLIBRARY_HPP
-
- #include "ODConfig.h"
-
- // Just include the highest layer hpp files
-
- #ifndef FWOS_HPP
- #include "FWOS.hpp"
- #endif
-
- #endif // ODFLIBRARY_HPP
-
-
-